docs: don't use gtkdoc style for regular comments
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 20 Jan 2014 23:53:58 +0000 (18:53 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 17:41:16 +0000 (12:41 -0500)
gtk/gtkprinteroptionwidget.c
gtk/updateiconcache.c

index 4fa951ff7f79c61faad57a7af7766564e0122305..c128bba2b71637d7979caed94af20aabcf8d8f31 100644 (file)
@@ -891,7 +891,7 @@ construct_widgets (GtkPrinterOptionWidget *widget)
   gtk_box_pack_start (GTK_BOX (widget), priv->image, FALSE, FALSE, 0);
 }
 
-/**
+/*
  * If the filename exceeds FILENAME_LENGTH_MAX, then trim it and replace
  * the first three letters with three dots.
  */
index effea7c6c605611f497d77b8ec83f515001ab861..c5be0f56d515ab15c6cd5ef23f715b173bef952b 100644 (file)
@@ -574,7 +574,7 @@ maybe_cache_icon_data (Image       *image,
     }
 }
 
-/**
+/*
  * Finds all dir separators and replaces them with '/'.
  * This makes sure that only /-separated paths are written in cache files,
  * maintaining compatibility with theme index files that use slashes as